Learn R Programming

EnrichedHeatmap (version 1.2.2)

[.normalizedMatrix: Subset normalized matrix by rows

Description

Subset normalized matrix by rows

Usage

## S3 method for class 'normalizedMatrix':
[(x, i, j, drop = FALSE)

Arguments

x
the normalized matrix returned by normalizeToMatrix
i
row index
j
column index
drop
whether drop the dimension

Value

  • A normalizedMatrix class object.

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataLab